@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
div.footer {
  width: 100%;
}
div.footer div.up {
  background-color: #212121;
}
div.footer div.up div.center {
  margin: auto;
  width: 1190px;
}
div.footer div.up div.center div.title {
  color: white;
  padding: 20px 0;
}
div.footer div.up div.center ul {
  list-style: none;
}
div.footer div.up div.center ul a {
  text-decoration: none;
}
div.footer div.up div.center ul a li {
  float: left;
  padding: 0 8px;
  margin-bottom: 10px;
  color: #7a7d7f;
  border-right: 1px solid #282d29;
}
div.footer div.up div.center ul a li:hover {
  text-decoration: underline;
  color: white;
}
div.footer div.down {
  background-color: #282828;
}
div.footer div.down div.center {
  margin: auto;
  width: 1190px;
}
div.footer div.down div.center ul {
  overflow: hidden;
  float: left;
  list-style: none;
  width: 15%;
  padding: 20px 0;
}
div.footer div.down div.center ul li.li1 {
  color: white;
  margin-bottom:10px;
}
div.footer div.down div.center ul a {
  text-decoration: none;
}
div.footer div.down div.center ul a li {
  padding: 0 8px 0 0;
  margin-bottom: 10px;
  color: #666666;
}
div.footer div.down div.center ul a li:hover {
  color: white;
  text-decoration: underline;
}
div.footer div.down div.center ul.u2 {
  overflow: hidden;
  float: left;
  list-style: none;
  width: 25%;
  padding: 20px 0;
}
div.footer div.down div.center ul.u2 li.li1 {
  color: white;
}
div.footer div.down div.center ul.u2 li.li2 {
  font-family: "impact";
  color: #28b9dd;
  
}
div.footer div.down div.center ul.u2 li.li4 img {
  margin-right: 10px;
}
div.footer div.down div.center ul.u2 a {
  text-decoration: none;
}
div.footer div.down div.center ul.u2 a li {
  margin-bottom: 10px;
  color: #666666;
}
div.footer div.down div.center ul.ul3 {
  float: right;
}
div.footer div.down div.center ul.ul3 a li img {
  margin-top: 10px;
}
div.footer div.down div.center p {
  padding: 5px 0;
  margin-bottom: 8px;
  color: #757575;
  text-align:center;
}
